html{
  background-color: #f6f4f1;
  user-select: none;
}

.top{
  background-color: #f6f4f1;
  text-align: right;
  margin-top: 4px;
  top: 3px;
}

.top a{
  text-decoration: none;
  color: #10221b;
  font-family: 'Courier New', Courier, monospace;
}

.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f4f1;
  color: #10221b;
  font-family: 'Courier New', Courier, monospace;
  padding: 1rem 5%;
  margin-top: 0px;
}

.brand-title {
  font-size: 2rem;
  margin: .5rem;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #10221b;
  font-size: .9rem;
  padding: 1.2rem;
}

.navbar-links li a:hover {
  color: #a65e1e;
}


.toggle-button {
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #a65e1e;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .navbar {
      flex-direction: column;
      align-items: flex-start;
  }

  .toggle-button {
      display: flex;
  }

  .navbar-links {
      display: none;
      width: 100%;
  }

  .navbar-links ul {
      width: 100%;
      flex-direction: column;
  }

  .navbar-links ul li {
      text-align: center;
  }

  .navbar-links ul li a {
      padding: .5rem 1rem;
  }

  .navbar-links.active {
      display: flex;
  }
}


.hom{
    font-family: monserrat;
    text-align: justify;
    line-height: 15px;
    padding: 4rem 20%;
    background-color: #f6f4f1;
}

.hom h1{
    font-size: 140%;
    line-height: 2em;
    font-family: montserrat;
    text-align: center;
}


.hom .publication{
    text-decoration: underline;
}

.hom .linkedin a{
  text-decoration: none;
  color: blue;
}

.homm{
  font-family: monserrat;
  text-align: justify;
  line-height: 25px;
  padding: 4rem 20%;
  background-color: #f6f4f1;
}

.homm .liens a{
  color: blue;
}

.homm h1{
  font-size: 150%;
  font-family: montserrat;
  text-align: center;
}

.homm .publication{
  text-decoration: underline;
}

.footer {
  background-size: cover;
  margin: 0px;
  background-position: center;
  background-attachment: fixed;
  background-color: #f6f4f1;
  line-height:1.5;
  text-transform: uppercase;
}

.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container a{
  color: #10221b;
  text-decoration: none;
  font-size: 100%;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
}

.footer .box-containers .reseaux {
  text-align: center;
  color: #2d1e13;
  font-size: 140%;
  margin: 0px;
  padding: 20px;
  padding-top: 5%;
}

.footer .box-containers .reseaux a{
  color: #10221b;
}

.footer .box-container .mentions {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  padding-top: .5rem;
  font-size: 100%;
  color: #2d1e13;
}

.footer .mentions {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 100%;
}

.footer .mentions span {
  color: #2d1e13;
}

.footer .mentions a {
  color: #10221b;
  text-decoration: none;
}

.footer .credit {
  text-align: center;
  margin-top: 1.5rem;
  padding: 1rem;
  padding-top: .5rem;
  font-family: 'Courier New', Courier, monospace;
  color: #2d1e13;
  font-size: 100%;
}

.footer .credit span {
  color: #2d1e13;
}